home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0671 / 00000000.va_ / 00000000.va
Encoding:
Text File  |  1996-08-31  |  2.3 KB  |  92 lines

  1. ;Internet Editor Global Variables File V1.0
  2. ;Lines starting with ; are ignored by the 
  3. ;system.
  4. ;
  5. ;Variables are defined as follows:
  6. ;
  7. ;variablename=value
  8. ;
  9. ;Variable names are case insensitive and
  10. ;they CANNOT contain spaces.
  11. ;
  12. ;To place a variable into an overlay, use 
  13. ;this directive:
  14. ;
  15. ;$G$[*variablename*]
  16. ;
  17. ;Sample variable declarations follow. Delete
  18. ;or change them as you wish. 
  19. ;
  20. name=Sam Cooke
  21. phone=555-1221
  22. company=Music Makers Inc.
  23. address=My address as defined in global variables
  24. ;
  25. ; The next few lines contain enhanced global variables
  26. ; These contain standard overlay commands but
  27. ; they are placed into global variables instead.
  28. ; This means that cetain complicated yet valid HTML
  29. ; commands can be used
  30. ;
  31. FILEGIF=<IMG SRC="$F$.gif">
  32. FILEJPG=<IMG SRC="$F$.jpg">
  33. ;
  34. ; if positioninfo is set to on, then all new windows
  35. ; will display the position indicator by default
  36. ; remove this line or change it to off if you
  37. ; do not want the position indicator on all the time
  38. ;
  39. positioninfo=off
  40. ;
  41. ; the variable font sets the default proportional 
  42. ; editor font
  43. ;
  44. font=Arial
  45. ;
  46. ; you can set the default font size by changing 
  47. ; the fontsize setting
  48. ;
  49. fontsize=12
  50. ;
  51. ; You can set a default TextType for new and opened documents
  52. ; with the texttype variable
  53. ;
  54. texttype=Plain
  55. ;
  56. ; You select the colour of the TextType tagging with the 3 tag* 
  57. ; varibles. The trailing R, G, and B represent Red, Green, and Blue
  58. ; values. The maximum is 255 and the minimum is 0. 
  59. ;
  60. tagR=0
  61. tagG=0
  62. tagB=255
  63. ;
  64. ; the savechars options specifies how many
  65. ; changes you want made to the text before
  66. ; Iedit will do an autosave.
  67. ; Removing it from this file or setting it
  68. ; to zero turns off autosaving.
  69. ;
  70. savechars=0
  71. ;
  72. ; all entries starting with the first four characters
  73. ; "_ext" control the association between files and TextType
  74. ; overlays.
  75. ; A proper entry begins with the "_ext" plus the extension
  76. ; you want to associate, then an equals sign (=) and the
  77. ; name of the associated TextType overlay
  78. ; See the following examples for more information,
  79. ;
  80. ; _exthtml=html   <-- This associates the html overlay with
  81. ;                     the file extention "html"
  82. ;
  83. ; _extpl=perl     <-- This associates the perl overlay with
  84. ;                     the file extention "pl"
  85. ;
  86. _exthtml=html
  87. _exthtm=html
  88. _extpl=perl
  89. _exttxt=plain
  90.  
  91.  
  92.